home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-23 | 474 b | 36 lines |
- #
- # makefile for user-contributed/lbl/hips/sources/rle
- #
-
- # Xhips made obsolete by 'getx' ??
- PGMS = htorle.out Xhips.out
- #PGMS = htorle.out
-
- LIBRLE= -lrle
-
- .c.o:
- $(COMPILEc) $< -I$(CCS_ROOT)/include
-
- install: $(PGMS)
-
- clean: clean-pgm
- clean-all: clean_all
-
- man:
-
- doc:
-
- pristine: pristine-pgm
-
- htorle.out: htorle.o
- $(LINKc) htorle htorle.o $(LIBRARIES) $(LIBRLE)
- mv htorle $(DESTDIR)
- @touch $@
-
- Xhips.out:
- cp Xhips $(DESTDIR)
- chmod +x $(DESTDIR)/Xhips
- @touch $@
-
- FRC:
-